Implications of Project HotSpot Virtual Machine
For Developers
The cost of writing highly factored, fine-grain code in an object-oriented style will drop dramatically
Don't worry about the cost of thread synchronization
The cost of allocating temporary data-structures will drop dramatically
The user will essentially never see GC pauses again, even when manipulating very large numbers of objects

Return to Tracks